home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-09-01 | 855 b | 26 lines | [TEXT/GEOL] |
- Item 8815103 31-Aug-89 16:33
-
- From: MACDTS Mac Developer Tech Support, APL
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: Re- MacApp Memory Mgmnt
-
- Bo Ridderstolpe
- Dan Ryrlén
-
- I think that your concept of temporary memory and/or permanent memory is a
- little off. There is no guarantee made that any sort of memory will appear in
- any part of your heap (except that locked blocks should appear in the upper
- part, and that NewPtr requests are in the lower part). All that is guaranteed
- is that MacApp will make sure that there is enough memory available to satisfy
- temporary memory requests, as long as you've told it to reserve a sufficiently
- large amount.
-
- Calling MoveHHI is perfectly fine in the situation you site.
-
- - Keith Rollin
- - Apple Developer Technical Support
-
-
-